home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / mkmsgsrc.zip / MKMSGSRC.DOC < prev    next >
Text File  |  1992-09-19  |  6KB  |  186 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.   ╔═══════════════════════════╦═══════════════════════════════════════════╗
  14.   ║ Mythical Kingdom Software ║         <<MK Msg Access Source>>          ║
  15.   ║      ▄ ▄         ▄ ▄      ║         Squish, *.Msg, and Hudson         ║
  16.   ║      ███  ▐▀ ▐▀  ███      ║                                           ║
  17.   ║      ███████████████      ║        Copyright 1992 by Mark May         ║
  18.   ║      ██████░░░██████      ║            All Rights Reserved            ║
  19.   ║  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ║                                           ║
  20.   ╚═══════════════════════════╩═══════════════════════════════════════════╝
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.         The products mentioned in this documentation are trademarks
  38.                           of their individual owners.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.   ───────────────────────────[  PRODUCT SUPPORT  ]─────────────────────────
  47.  
  48.  
  49.     Help or suggestions can be submitted in a variety of ways.
  50.  
  51.     *  Through the FidoNet EchoMail MK Conference (AreaTag MK).
  52.         -   This is a product support area for all Mythical Kingdom
  53.         -   Software.
  54.  
  55.     *  If the MK Echo is not available in your area, it is available from
  56.        the following addresses:
  57.  
  58.        1:110/290
  59.        1:3625/457
  60.        1:151/1000
  61.        1:151/1003
  62.  
  63.     *  Through RIME (RelayNet) at address ->MYTHKING.
  64.  
  65.     *  Via NetMail to Mark May (Author) at address 1:110/290.
  66.         -   You will have to poll for your reply after two days due to the
  67.         -   product being free.  An answer should be waiting for you by
  68.         -   then.  If you do not receive a reply within 5 days, please
  69.         -   re-send your message.  If you don't pick up your reply, it will
  70.         -   be deleted in a week or two.
  71.  
  72.     *  Call the Mythical Kingdom Tech BBS directly:
  73.         -   DataLine : 513-237-7737 (9600 Baud HST/V32)
  74.  
  75.     *  Or, mail your questions/suggestions to:
  76.  
  77.             Mark May
  78.             Mythical Kingdom Software
  79.             P.O. Box 24808
  80.             Huber Heights, OH  45424
  81.  
  82.   ───────────────────────[  WARRANTY AND DISCLAIMER  ]─────────────────────
  83.  
  84.         The only thing the author can guarantee is that MKMsgSrc will take up
  85.     space on your hard drive.  Beyond that, you use the program at your own
  86.     risk.   MKMsgSrc has been tested in many different environments with no
  87.     damage, loss of data, or compromised security, and we cannot guarantee
  88.     how it will work in your environment.  The author will not be held
  89.     responsible for any damage to your system.
  90.  
  91.  
  92.  
  93.  
  94.   ───────────────────────────────[  USAGE  ]──────────────────────────────
  95.  
  96.         The included programs make up a library of routines to allow you
  97.     to easily access various message base types in a very generic manner.
  98.     (I am hopeful that others will extend this to include even more
  99.     message base types).  To accomplish this a generic AbsMsgObj was created
  100.     and the Hudson, Squish, and *.Msg objects were descended from it.
  101.  
  102.     In the MKMsgAbs.Pas file there are comments which explain what the various
  103.     methods were intended to accomplish.
  104.  
  105.     A sample application has been included to show how these routines can
  106.     be used.  MsgExprt will export messages from the various message base
  107.     formats into a text file.  It requires two command line paramaters.  The
  108.     first is the name of the text file to use for output.  The second is the
  109.     message area identifier of the message base to be exported.  Message area
  110.     identifiers have the following formats:
  111.  
  112.     Squish:  S followed by the path\filename of the message area
  113.        Example:  SC:\Max\Msg\Muffin
  114.  
  115.     Hudson   H followed by a 3 digit area number follow by the msg base path
  116.        Example:  H007C:\MK\MsgBase\
  117.  
  118.     Fido(*.Msg) F followed by the message path
  119.        Example:  FD:\FD\Mail\
  120.  
  121.     You may want to include the MsgAreaId concept in your program, to make it
  122.     easier on the people using it who may be using other programs based on the
  123.     concept.
  124.  
  125.     To write new messages to the message bases, you need to be sure to call
  126.     StartNewMsg prior to setting any of the message fields or adding any
  127.     text.  Text may be added to the message via DoChar, DoString, and
  128.     DoStringLn calls.  When the message is finished call WriteMsg to save
  129.     the message to the message base (nothing is updated until this is done).
  130.  
  131.  
  132.  
  133.   ────────────────────────────[  REGISTRATION  ]───────────────────────────
  134.  
  135.         A registration fee is not required for these programs.  I
  136.     believe that the Bbs world is becoming too commercialized and
  137.     distribute my programs as FREEWARE to fight against that trend.
  138.     If you are a shareware author, consider sending me a registered
  139.     version of your program in exchange for your use of this program.
  140.  
  141.         I would appreciate it if you would either fill in the form
  142.     below and return it to me, or to drop me a postcard.  This will
  143.     help in measuring the usefulness of MK Msg Src and help in
  144.     determining how time is allocated between this and other projects.
  145.  
  146.         Registration Information:                  MKMsgSrc v1.00
  147.  
  148.  
  149.         Name:         ____________________________________________
  150.  
  151.         Address:      ____________________________________________
  152.  
  153.                       ____________________________________________
  154.  
  155.         City, ST Zip  ____________________________________________
  156.  
  157.  
  158.         BBS Name:     ____________________________________________
  159.  
  160.  
  161.         BBS Phone Number  (     )        -
  162.  
  163.  
  164.         Applicable NetWork Address(es) (IE: FidoNet, Etc.)
  165.  
  166.         __________________________________________________________
  167.  
  168.         __________________________________________________________
  169.  
  170.  
  171.         Any suggestions or comments ______________________________
  172.  
  173.         __________________________________________________________
  174.  
  175.         __________________________________________________________
  176.  
  177.  
  178.         Registrations should be mailed to:
  179.  
  180.               Mark May
  181.               Mythical Kingdom Software
  182.               P.O. Box 24808
  183.               Huber Heights, OH  45424
  184.  
  185.  
  186.